﻿2026-08-01T22:31:22.4863287Z ##[group]Run actions/checkout@v5
2026-08-01T22:31:22.4863921Z with:
2026-08-01T22:31:22.4864356Z   repository: BigscreenVR/spt-bs-core
2026-08-01T22:31:22.4870322Z   token: ***
2026-08-01T22:31:22.4870762Z   ssh-strict: true
2026-08-01T22:31:22.4871190Z   ssh-user: git
2026-08-01T22:31:22.4871629Z   persist-credentials: true
2026-08-01T22:31:22.4872133Z   clean: true
2026-08-01T22:31:22.4872562Z   sparse-checkout-cone-mode: true
2026-08-01T22:31:22.4873160Z   fetch-depth: 1
2026-08-01T22:31:22.4873747Z   fetch-tags: false
2026-08-01T22:31:22.4874320Z   show-progress: true
2026-08-01T22:31:22.4874874Z   lfs: false
2026-08-01T22:31:22.4875470Z   submodules: false
2026-08-01T22:31:22.4876027Z   set-safe-directory: true
2026-08-01T22:31:22.4876728Z   allow-unsafe-pr-checkout: false
2026-08-01T22:31:22.4877378Z ##[endgroup]
2026-08-01T22:31:22.5679790Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-01T22:31:22.5681764Z ##[group]Getting Git version info
2026-08-01T22:31:22.5682825Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-01T22:31:22.5684245Z [command]/usr/bin/git version
2026-08-01T22:31:22.5684803Z git version 2.43.0
2026-08-01T22:31:22.5692729Z ##[endgroup]
2026-08-01T22:31:22.5700793Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/d723232a-ff39-43bf-ba52-48639e9a6c51/.gitconfig'
2026-08-01T22:31:22.5707402Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/d723232a-ff39-43bf-ba52-48639e9a6c51' before making global git config changes
2026-08-01T22:31:22.5709470Z Adding repository directory to the temporary git global config as a safe directory
2026-08-01T22:31:22.5711057Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-01T22:31:22.5760065Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-01T22:31:22.5779801Z https://github.com/BigscreenVR/spt-bs-core
2026-08-01T22:31:22.5789856Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-01T22:31:22.5792709Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-01T22:31:22.5855178Z refs/heads/golden/doorbell
2026-08-01T22:31:22.5862136Z [command]/usr/bin/git checkout --detach
2026-08-01T22:31:22.6147493Z HEAD is now at 13e94d510 docs(doorbell): the sibling-destroying dedupe key, and what a cross-node redemption really does
2026-08-01T22:31:22.6187496Z [command]/usr/bin/git branch --delete --force golden/doorbell
2026-08-01T22:31:22.6219893Z Deleted branch golden/doorbell (was 13e94d510).
2026-08-01T22:31:22.6910003Z ##[endgroup]
2026-08-01T22:31:22.6911507Z [command]/usr/bin/git submodule status
2026-08-01T22:31:22.7107111Z ##[group]Cleaning the repository
2026-08-01T22:31:22.7109197Z [command]/usr/bin/git clean -ffdx
2026-08-01T22:31:26.7442950Z Removing .adapter-notify/
2026-08-01T22:31:26.7443511Z Removing target/
2026-08-01T22:31:26.7455777Z [command]/usr/bin/git reset --hard HEAD
2026-08-01T22:31:26.7740120Z HEAD is now at 13e94d510 docs(doorbell): the sibling-destroying dedupe key, and what a cross-node redemption really does
2026-08-01T22:31:26.7745369Z ##[endgroup]
2026-08-01T22:31:26.7747301Z ##[group]Disabling automatic garbage collection
2026-08-01T22:31:26.7750554Z [command]/usr/bin/git config --local gc.auto 0
2026-08-01T22:31:26.7776983Z ##[endgroup]
2026-08-01T22:31:26.7777631Z ##[group]Setting up auth
2026-08-01T22:31:26.7782337Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-01T22:31:26.7808176Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-01T22:31:26.8000137Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-01T22:31:26.8025323Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-01T22:31:26.8217741Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-01T22:31:26.8243072Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-01T22:31:26.8437051Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-01T22:31:26.8469231Z ##[endgroup]
2026-08-01T22:31:26.8469608Z ##[group]Fetching the repository
2026-08-01T22:31:26.8475315Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +13e94d510e75a9f92eff2934129e536c29da3b4c:refs/remotes/origin/golden/doorbell
2026-08-01T22:31:27.6807210Z ##[endgroup]
2026-08-01T22:31:27.6807741Z ##[group]Determining the checkout info
2026-08-01T22:31:27.6808829Z ##[endgroup]
2026-08-01T22:31:27.6813616Z [command]/usr/bin/git sparse-checkout disable
2026-08-01T22:31:27.6857603Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-01T22:31:27.6883054Z ##[group]Checking out the ref
2026-08-01T22:31:27.6886931Z [command]/usr/bin/git checkout --progress --force -B golden/doorbell refs/remotes/origin/golden/doorbell
2026-08-01T22:31:27.6943852Z Switched to a new branch 'golden/doorbell'
2026-08-01T22:31:27.6944422Z branch 'golden/doorbell' set up to track 'origin/golden/doorbell'.
2026-08-01T22:31:27.6949625Z ##[endgroup]
2026-08-01T22:31:27.6989677Z [command]/usr/bin/git log -1 --format=%H
2026-08-01T22:31:27.7013087Z 13e94d510e75a9f92eff2934129e536c29da3b4c
